home *** CD-ROM | disk | FTP | other *** search
/ kermit.columbia.edu / kermit.columbia.edu.tar / kermit.columbia.edu / newsgroups / misc.19980901-19981211 / 000201_news@newsmaster….columbia.edu _Sat Oct 24 00:20:58 1998.msg < prev    next >
Internet Message Format  |  1998-12-10  |  3KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id AAA26278
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Sat, 24 Oct 1998 00:20:58 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id AAA19843
  7.     for kermit.misc@watsun; Sat, 24 Oct 1998 00:20:57 -0400 (EDT)
  8. Path: news.columbia.edu!watsun.cc.columbia.edu!jaltman
  9. From: jaltman@watsun.cc.columbia.edu (Jeffrey Altman)
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Re: Stop automatic resetting of terminal emulation?
  12. Date: 24 Oct 1998 04:20:55 GMT
  13. Organization: Columbia University
  14. Lines: 36
  15. Message-ID: <70rkj7$35q$1@apakabar.cc.columbia.edu>
  16. References: <Pine.WNT.4.05.9810220906420.169-100000@neko.dental.washington.edu> <wegLF5YIzlTM@cc.usu.edu> <70q1jp$426$1@apakabar.cc.columbia.edu> <Pine.WNT.4.05.9810231439280.158-100000@neko.dental.washington.edu>
  17. NNTP-Posting-Host: watsun.cc.columbia.edu
  18. Xref: news.columbia.edu comp.protocols.kermit.misc:9397
  19.  
  20. In article <Pine.WNT.4.05.9810231439280.158-100000@neko.dental.washington.edu>,
  21. Andrew J Pardoe  <ap@u.washington.edu> wrote:
  22. : However, I expect that whenever a piece of software offers an unexpected
  23. : or extraordinary feature that the software provide a method to turn off
  24. : that feature. When I searched through my manuals I was looking for a
  25. : command similar to "SET TERMINAL TYPE AUTONEGOTIATION OFF".
  26.  
  27. Just as a reminder, there is a way to turn it off which is documented
  28. in the manual and in the BUGS.TXT file.  The reason the method is not
  29. called "SET TERMINAL TYPE-AUTONEGOTIATION OFF" is because the auto
  30. negotiation is limited to "Telnet" protocol and therefore falls under
  31. that command category.
  32.  
  33. The next versions of Kermit 95 and C-Kermit allow the user to
  34. determine exactly how each of the Telnet Options is handled.  For each
  35. telopt there is a command:
  36.  
  37.   SET TELOPT /CLIENT /SERVER <option> 
  38.                       {REFUSE, ACCEPT, REQUEST, REQUIRE} 
  39.                      [{REFUSE, ACCEPT, REQUEST, REQUIRE}]
  40.  
  41. which determines how the option is negotiated.  As is true for the 
  42. current releases the SET TELNET command tree will still be used to
  43. determine what parameters are used during the negotiation.  
  44.  
  45. The Kermit Project understands that users need the ability to have
  46. complete control over how features behave.  In many cases, Kermit programs
  47. have commands that allow Kermit to violate a standard simply so that it
  48. might interoperate with other programs that violate the standard.
  49.  
  50.     Jeffrey Altman * Sr.Software Designer * Kermit-95 for Win32 and OS/2
  51.                  The Kermit Project * Columbia University
  52.               612 West 115th St #716 * New York, NY * 10025
  53.   http://www.kermit-project.org/k95.html * kermit-support@kermit-project.org